• frmRegisteredUsersDetails.Designer.cs
  • project /
1 namespace WarehouseManagementSystem
2 {
3     
partial class frmRegisteredUsersDetails
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 =
new System.Windows.Forms.DataGridViewCellStyle();
34             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmRegisteredUsersDetails));
35             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
36             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
37             
this.SuspendLayout();
38             
//
39             
// dataGridView1
40             
//
41             
this.dataGridView1.AllowUserToAddRows = false;
42             
this.dataGridView1.AllowUserToDeleteRows = false;
43             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
44             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
45             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
46             dataGridViewCellStyle1.Font =
new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
47             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
48             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
49             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
50             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
51             
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
52             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
53             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
54             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
55             dataGridViewCellStyle2.Font =
new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
56             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
57             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
58             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
59             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
60             
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
61             
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
62             
this.dataGridView1.Name = "dataGridView1";
63             
this.dataGridView1.ReadOnly = true;
64             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
65             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
66             dataGridViewCellStyle3.Font =
new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
67             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
68             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
69             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
70             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
71             
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
72             
this.dataGridView1.Size = new System.Drawing.Size(648, 494);
73             
this.dataGridView1.TabIndex = 0;
74             
this.dataGridView1.RowPostPaint += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGridView1_RowPostPaint);
75             
//
76             
// frmRegisteredUsersDetails
77             
//
78             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
79             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
80             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
81             
this.ClientSize = new System.Drawing.Size(650, 495);
82             
this.Controls.Add(this.dataGridView1);
83             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
84             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
85             
this.MaximizeBox = false;
86             
this.MinimizeBox = false;
87             
this.Name = "frmRegisteredUsersDetails";
88             
this.ShowIcon = false;
89             
this.ShowInTaskbar = false;
90             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
91             
this.Text = "Record";
92             
this.Load += new System.EventHandler(this.frmRegisteredUsersDetails_Load);
93             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
94             
this.ResumeLayout(false);
95
96         }
97
98         
#endregion
99
100         
public System.Windows.Forms.DataGridView dataGridView1;
101
102     }
103 }


Gõ tìm kiếm nhanh...